In This Topic
Initializes a new PDFPageSize object with the specified size.
Syntax
public PDFPageSize(
java.lang.String ,
double ,
double
)
|
Parameters
- name
- The name of the predefined page size.
- width
- >Initial width in PDF points.
- height
- Initial height in PDF points.
See Also